lcRPlanAddVer Home

Appends a vertex at the end of road plan object.

 HANDLE lcRPlanAddVer (
   HANDLE hRPlan,
   double X,
   double Y
 );

Parameters
hRPlan
  Handle to a road plan object.
X Y
  Coordinates of the new vertex.

Return Value

  Handle to the new Vertex object or NULL if the function fails.

See Also

  Code sample,   lcRPlanDeleteVerlcBlockAddRPlan